crypto/tls.clientHandshakeStateTLS13.trafficSecret (field)
5 uses
crypto/tls (current package)
handshake_client_tls13.go#L39: trafficSecret []byte // client_application_traffic_secret_0
handshake_client_tls13.go#L712: hs.trafficSecret = hs.masterSecret.ClientApplicationTrafficSecret(hs.transcript)
handshake_client_tls13.go#L718: err = c.config.writeKeyLog(keyLogLabelClientTraffic, hs.hello.random, hs.trafficSecret)
handshake_client_tls13.go#L819: c.setWriteTrafficSecret(hs.suite, QUICEncryptionLevelApplication, hs.trafficSecret)
handshake_client_tls13.go#L826: c.quicSetWriteSecret(QUICEncryptionLevelApplication, hs.suite.id, hs.trafficSecret)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |